From 151a3f8d1c4ded38891bbf5fa2e3ea91303265eb Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Sun, 21 Aug 2016 11:49:26 +0300 Subject: [PATCH] Babl-fish-reference: create_name_internal(): ooops, should return int I broke it in 0fe22e1e37197ef6112645bf5a136580c0927a1e and totally did not even notice the warning... --- babl/babl-fish-reference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl/babl-fish-reference.c b/babl/babl-fish-reference.c index 7570e6a..00ff6be 100644 --- a/babl/babl-fish-reference.c +++ b/babl/babl-fish-reference.c @@ -30,7 +30,7 @@ assert_conversion_find (const void *source, return ret; } -static char * +static int create_name_internal (char *buf, size_t maxlen, const Babl *source, -- 2.30.2